home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 03 / 2 / DISK0326.ZIP / FSPOOL.DOC < prev    next >
Text File  |  1984-11-13  |  2KB  |  45 lines

  1.                         SPOOL COMMAND DOCUMENTATION
  2.  
  3. The SPOOL command allows you to redirect output which would normally be sent to
  4. a parallel printer and store it in a disk file. This might be useful if you
  5. plan to later send the file over a modem to another computer for printing.
  6. SPOOL is invoked as follows:
  7.  
  8.         SPOOL <filename>
  9.  
  10. Where <filename> is the file into which the print data is to be placed.  The
  11. file need not exist, but if it does, it will be deleted and recreated. Once
  12. SPOOL has been invoked for the first time the message:
  13.  
  14.         SPOOL INSTALLED
  15.  
  16. will appear and the command portion will exit, leaving behind a permanant
  17. printer interrupt handler built-in to DOS.  Output directed to the printer will
  18. be directed to the file until an error occurs or the disk containing the file
  19. becomes full (in this case an error message will be displayed and the file is
  20. closed).
  21.  
  22. At any time the user may stop the spooling process and redirect printer output
  23. to the printer by typing:
  24.  
  25.         SPOOL
  26.  
  27. with no filename.  SPOOL may be restarted at any time again as described above
  28. (but the permanent part remains resident even when it has been disabled).
  29.  
  30. SPOOL works with DOS 2.0 (other versions of DOS may work, but they have not
  31. been tested).  It uses about 4K of memory once installed.  Because of a DOS
  32. version dependent patch it is possible to use the PrtSc key with SPOOL but
  33. this is sometimes a risky business!  SPOOL should work with most word
  34. processors just fine, however.
  35.  
  36. This program is provided as is and no warrantee, expressed or implied, is
  37. made as to its usefulness for any intended purpose or its reliability. The
  38. author and the University of California are not liable for any loss resulting
  39. from the use of this program.
  40.  
  41.                 Don D. Worth
  42.                 UCLA/OAC
  43.                 1/11/84
  44.  
  45.